@charset "utf-8";
/*=============================================================
 inquiry Layout
=============================================================*/
/* icon-required 
-------------------------------------------------------------*/
.icon-required {
	display: inline-block;
	background: #D42522;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 5px 8px 5px;
	box-sizing: border-box;
	margin-right: 5px;
}
.icon-any{
	display: inline-block;
	background: #fff;
	color: #222;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	padding: 4px 7px 4px;
	box-sizing: border-box;
	margin-right: 5px;
	border: 1px solid #222;
}
.confirm .icon-required,
.confirm .icon-any{display: none;}

/* alert-error
-------------------------------------------------------------*/
.alert-error{
	margin-top: var(--spaceM);
	color: #D42522;
	font-weight: 500;
}

/* table-in
-------------------------------------------------------------*/
.table-in{
	width:100%;
	border-collapse:collapse;
}
.table-in th,
.table-in td{
	font-weight:normal;
	background-color:transparent;
	height:auto;
	padding:8px 10px;
	border:none;
}
.table-in tr:first-child th,
.table-in tr:first-child td{
	padding-top:0;
	border-top:none;
}
.table-in tr:last-child th,
.table-in tr:last-child td{padding-bottom:0;}

/*
-------------------------------------------------------------*/
input[type="text"], select, input[type="checkbox"]{
	border-radius: 5px;
	width: 100%;
	padding: 20px 20px;
	border: 1px solid #ADB4B9;
	box-sizing: border-box;
}
input[type="text"]:focus,select:focus,textarea:focus{
	border:1px solid #0064B6;
	background-color: #E9F0F2;
}


/* form-checkbox
-------------------------------------------------------------*/
.form-checkbox{}
.form-checkbox>*{}
.form-checkbox input[type="checkbox"] {display: none;}
.form-checkbox label {
  position: relative;
  padding: 10px 0 10px 35px;
  cursor: pointer;
}
.form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #ADB4B9;
  background-color: #fff;
	margin-top: inherit;
	transform: translateY(-50%);
}
.form-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #0064B6;
	font-size: 20px;
}
.form-checkbox input[type="checkbox"]:checked + label::after {
	font-size: 2.0rem;
	left: 5px;
}

/* textArea
-------------------------------------------------------------*/
.textArea{
	min-height: 60px!important;
}

/* form-checkbox
-------------------------------------------------------------*/
.form-select1{
	max-width: 125px;
	min-width: inherit;
	padding: 18px 20px;
	margin-right: 10px;
}
.form-select1.form-select2{
	max-width: 256px;
}
/* col-alc
-------------------------------------------------------------*/
.col-alc{align-items: center;}


/* form-textbox1
-------------------------------------------------------------*/
.form-textbox1{
	/*width: 50%!important;
	margin-right: 20px;*/
}

/* form-zip
-------------------------------------------------------------*/
.form-zip{max-width: 120px;}

/* confirmation-btn-area
-------------------------------------------------------------*/
.confirmation-btn-area{
	text-align: center;
	margin-top: 40px;
}
.confirm .confirmation-btn-area{
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.confirmation-btn{
	display: inline-block;
	position: relative;
	transition: all .3s;
}
.confirmation-btn:hover{opacity: .8;}
.confirmation-btn:after{
	content: '';
	background: url(/shared/img/inquiry-arw.svg)no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
	z-index: 2;
}
.confirm .confirmation-btn.back:after{
	background: url(/shared/img/inquiry-arw-back.svg)no-repeat;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	right: inherit;
	left:20px;
}
.confirmation-icon{
	color: #fff;
	font-weight: 700;
	text-align: left;
	background-color: #0072bf;
	box-sizing: border-box;
	display: inline-block;
	min-width: 160px;
	padding: 18px 20px;
	border-radius: 50px;
	border: none;
	-webkit-appearance: none;
	min-width: 220px;
}
.confirm .confirmation-btn.back .confirmation-icon{
	color: #0072bf;
	font-weight: 700;
	text-align: right;
	background-color: #fff;
	padding: 16px 18px;
	border: 1px solid #0072bf;
	
}
.confirmation-btn.back:hover .confirmation-icon{background: #E8F4FE;}

/* textThanks
-------------------------------------------------------------*/
.textThanks{font-size: 1.8rem;}

/* form-flow
-------------------------------------------------------------*/
.form-flow{
	display: flex;
	column-gap: 80px;
	max-width: 410px;
	margin: 80px auto 60px;
}
.form-flow li{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.form-flow li span{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
}
.form-flow li .num{
	font-size: 2.6rem;
	line-height: 1.2;
	background: #E9F0F2;
	width: 60px;
	height: 60px;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 50px;
	margin-bottom: 5px;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-flow li:not(:last-child) .num::after{
	content: '';
	height: 1px;
	width:80px;
	position: absolute;
	top: 50%;
	right: -88px;
	background: #707070;
}
.form-flow li.act span{color: #0064B6;}
.form-flow li.act .num{
	color: #fff;
	background: #0064B6;
}
.table-default th{min-width: 230.5px;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
.table-default th,
.table-default td{
	display: block;
	width: 100%!important;
	box-sizing: border-box;
}
.table-default th{
	border-right: none;
	padding: 10px;
}
.table-default td{
	border-left: none;
	padding: 10px 10px 30px;
}
/* confirmation-btn-area
-------------------------------------------------------------*/
.confirm .confirmation-btn-area{display: block;}
.confirm .confirmation-btn-area>* + *{margin-top: 20px;}
	
/* form-flow
-------------------------------------------------------------*/
.form-flow{
	display: flex;
	column-gap: 60px;
	max-width: 410px;
	margin: 80px auto 60px;
}	
.form-flow li span{
	font-size: 1.3rem;
	text-align: center;
}
}
